svn path=/trunk/; revision=18816
2007-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkscalebutton.c: Use the right value type when setting
+ the value. (#476688, Christian Persch)
+
* configure.in: Bump version to 2.12.0
* NEWS: Updates
436576 GtkFileChooserButton title from supplied dialog
474897 rendering problem with latest gtk+
475400 Fix a typo in gtkentry.c
+ 476688 scale button uses wrong value type in getter
* Updated translations
- Bulgarian (bg)
switch (prop_id)
{
case PROP_VALUE:
- g_value_set_float (value, gtk_scale_button_get_value (button));
+ g_value_set_double (value, gtk_scale_button_get_value (button));
break;
case PROP_SIZE:
g_value_set_enum (value, priv->size);